MixerClose
(Method)
Purpose: Closes the Mixer.
Syntax: CtlName.MixerClose
Arguments: None.
Example:
SoundCard1.MixerOpen
SoundCard1.MIDIVolume = 0
SoundCard1.MixerClose
Comments: Remember to close the Mixer or an Error will occur when you try to open it from another app.
See Also:
MixerOpen